
.about-gwc-background {
    background: #003e90;
    width: 119rem;
    left: -19rem;
    position: relative;
    padding-bottom: 2rem;
    padding-top: 3rem;
    margin-top: -1rem;
}
h1.title-one {
    left: 19.5rem;
    position: relative;
    color: #fff !important;
    font-family: "Inter-Regular" !important;
    width: max-content;

}

a.phone-number {
    color: #003e90;
}

a.email-address {
    color: #003e90;
}

h2.title-two {
    margin-top: 2rem;
}

h2.title-three {
    margin-top: 2rem;
    font-size: 1.5rem;
}

h2.title-four {
    margin-top: 2rem;
}

h2.title-five {
    margin-top: 2rem;
}

h2.title-six {
    margin-top: 2rem;
}

li {
    font-family: "Inter-Regular";
}
a.phone-number-two {
    color: #003e90;
    font-size: 1.25rem;
    font-family: "Inter-Regular";
}
a.email-address-two {
    color: #003e90;
    font-size: 1.25rem;
    font-family: "Inter-Regular";
}
@media (min-width:1537px) and (max-width:1746px) {
    .about-gwc-background {
        width: 114rem;
        left: -19rem;
    }
}

@media (min-width:1281px) and (max-width:1536px) {

    .about-gwc-background {
        width: 107rem;
        left: -19rem;
    }
}

@media (min-width:1025px) and (max-width:1280px) {

    .about-gwc-background {
        width: 94rem;
        left: -19rem;
    }
}

@media (min-width:961px) and (max-width:1024px) {
    .about-gwc-background {
        width: 81rem;
        position: relative;
    }
}

@media (min-width:769px) and (max-width:960px) {
    .about-gwc-background {
        width: 67rem;
        left: -15rem;
    }
}

@media (min-width:426px) and (max-width:768px) {
    .about-gwc-background {
        width: 66rem;
    }
}

@media (min-width:376px) and (max-width:425px) {
    .about-gwc-background {
        width: 25rem;
        left: -1rem;
    }
    h1.title-one {
        font-size: 1.5rem;
        left: 1rem;
    }
    
}

@media (min-width:321px) and (max-width:375px) {
    h1.title-one {
        left: 18.5rem;
        font-size: 1.5rem;
    }
    .about-gwc-background {

        width: 42rem;
        left: -19rem;
    }
}